home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / x-ttcidfont-conf.prerm < prev    next >
Text File  |  2008-12-22  |  302b  |  15 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdefoma
  4. case "$1" in
  5.     upgrade)
  6.         test -x /usr/bin/defoma-app && \
  7.             /usr/bin/defoma-app clean x-ttcidfont-conf
  8.         ;;
  9.     remove)
  10.         test -x /usr/bin/defoma-app && \
  11.             /usr/bin/defoma-app purge x-ttcidfont-conf
  12.         ;;
  13. esac
  14. # End automatically added section
  15.